home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi1 / lessons.exe / lesson1 / TEST.DFM / TEST.txt
Encoding:
Text File  |  1995-11-28  |  509 b   |  31 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Edit1: TEdit
  14.     Left = 80
  15.     Top = 32
  16.     Width = 137
  17.     Height = 25
  18.     TabOrder = 0
  19.     Text = 'Edit1'
  20.   end
  21.   object Button1: TButton
  22.     Left = 80
  23.     Top = 136
  24.     Width = 137
  25.     Height = 33
  26.     Caption = 'Button1'
  27.     TabOrder = 1
  28.     OnClick = Button1Click
  29.   end
  30. end
  31.